GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-23T06:45:36.4774181+00:00",
"SubmitDate": "2026-01-23T06:45:36.4774181+00:00",
"ReportPeriodStart": "2026-01-23T06:45:36.4774181+00:00",
"ReportPeriodEnd": "2026-01-23T06:45:36.4774181+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2322aa5a-0870-4383-8314-76254700f18c",
"Rows": [
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2322aa5a-0870-4383-8314-76254700f18c",
"Rows": [
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b5c555dd-9989-43de-a586-1d6ab91c63ef",
"0cc065d5-cf78-4f76-aa41-0e8493d1a162"
],
"Approvers": [
"3d7e2706-3b1c-487d-b733-3f54e6bc8725",
"6fd1c28f-4fbe-45fd-9975-29b8eac36388"
],
"ApprovedBy": "c4dcffcd-5049-440e-bb39-3ea47b0ad6ad",
"ApprovalDate": "2026-01-23T06:45:36.4774181+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2736108f-b08c-42fb-aeda-5a4d727db3ca",
"id": "ba2c895b-9bf7-4dc9-8a9f-29d0ac79af5b",
"ConfigId": "0eb4b32d-1785-4a4a-bcb0-d8ffb2a877bb"
},
{
"GenerationDate": "2026-01-23T06:45:36.4774181+00:00",
"SubmitDate": "2026-01-23T06:45:36.4774181+00:00",
"ReportPeriodStart": "2026-01-23T06:45:36.4774181+00:00",
"ReportPeriodEnd": "2026-01-23T06:45:36.4774181+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2322aa5a-0870-4383-8314-76254700f18c",
"Rows": [
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2322aa5a-0870-4383-8314-76254700f18c",
"Rows": [
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ba8c78a-7e23-45a9-93b9-fe738de061de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b5c555dd-9989-43de-a586-1d6ab91c63ef",
"0cc065d5-cf78-4f76-aa41-0e8493d1a162"
],
"Approvers": [
"3d7e2706-3b1c-487d-b733-3f54e6bc8725",
"6fd1c28f-4fbe-45fd-9975-29b8eac36388"
],
"ApprovedBy": "c4dcffcd-5049-440e-bb39-3ea47b0ad6ad",
"ApprovalDate": "2026-01-23T06:45:36.4774181+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2736108f-b08c-42fb-aeda-5a4d727db3ca",
"id": "ba2c895b-9bf7-4dc9-8a9f-29d0ac79af5b",
"ConfigId": "0eb4b32d-1785-4a4a-bcb0-d8ffb2a877bb"
}
]